Html Css Color HEX #609BFC Cornflower Blue

📋 copy color: '#609BFC'

red 96 ◦ green 155 ◦ blue 252

#609BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #609BFC

Tints of Cornflower Blue #609BFC

RGB

 RED value IS 96 (37.89% from 255) = 19.09%

 GREEN value IS 155 (60.94% from 255) = 30.82%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 19.09%
G = 30.82%
B = 50.1%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#609BFC (or 0x609BFC) is known color: Cornflower Blue. HEX triplet: 60, 9B and FC. RGB value is (96,155,252). Sum of RGB (Red+Green+Blue) = 96+155+252=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #609BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609BFC is #9F6403. Grayscale: #939393. Windows color (decimal): -10445828 or 16554848. OLE color: 16554848.

HSL color Cylindrical-coordinate representation of color #609BFC: hue angle of 217.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #609BFC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 155 252 -
CMYK 0.62 0.38 0 0.01
HSL 217.31º 0.96% 0.68% -
HSV(B) 217.31º 0.62% 0.99% -
XYZ 34.12 32.96 96.66 -
YUV 148.42 186.45 90.61 -
System Red Green Blue C M Y K H S L
Decimal 96 155 252 0.62 0.38 0 0.01 217.31 0.96 0.68
Hex 60 9B FC 3E 26 0 1 D9 60 44
Octal 140 233 374 76 46 0 1 331 140 104
Binary 1100000 10011011 11111100 111110 100110 0 1 11011001 1100000 1000100

Color Harmonies of #609BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BFC

Black with #609BFC

Text Example


Text Example

White with #609BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609BFC; }

 p { color: rgb(96,155,252); }

 H1.HeaderClassName
 {
   color: #609BFC;
 }
 .AnyTagClassName
 {
   color: #609BFC;
 }
</style>

background-color css

<style>
 a { background-color: #609BFC; }

 a { background-color: rgb(96,155,252); }

 div.DivClassName
 {
   background-color: #609BFC;
 }
 .BgClassName
 {
   background-color: #609BFC;
 }
</style>

border-color css

<style>
 span { border-color: #609BFC; }

 span { border-color: rgb(96,155,252); }

 td.TdClassName
 {
   border-color: #609BFC;
 }
 .TagClassName
 {
   border-color: #609BFC;
 }
</style>