Html Css Color HEX #609CFC Cornflower Blue

📋 copy color: '#609CFC'

red 96 ◦ green 156 ◦ blue 252

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

Shades of Cornflower Blue #609CFC

Tints of Cornflower Blue #609CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

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

R = 19.05%
G = 30.95%
B = 50%

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

#609CFC (or 0x609CFC) is known color: Cornflower Blue. HEX triplet: 60, 9C and FC. RGB value is (96,156,252). Sum of RGB (Red+Green+Blue) = 96+156+252=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #609CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609CFC is #9F6303. Grayscale: #949494. Windows color (decimal): -10445572 or 16555104. OLE color: 16555104.

HSL color Cylindrical-coordinate representation of color #609CFC: hue angle of 216.92º 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 #609CFC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 156 252 -
CMYK 0.62 0.38 0 0.01
HSL 216.92º 0.96% 0.68% -
HSV(B) 216.92º 0.62% 0.99% -
XYZ 34.28 33.29 96.71 -
YUV 149 186.12 90.19 -
System Red Green Blue C M Y K H S L
Decimal 96 156 252 0.62 0.38 0 0.01 216.92 0.96 0.68
Hex 60 9C FC 3E 26 0 1 D9 60 44
Octal 140 234 374 76 46 0 1 331 140 104
Binary 1100000 10011100 11111100 111110 100110 0 1 11011001 1100000 1000100

Color Harmonies of #609CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CFC

Black with #609CFC

Text Example


Text Example

White with #609CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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