Html Css Color HEX #608CFC Cornflower Blue

📋 copy color: '#608CFC'

red 96 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #608CFC

Tints of Cornflower Blue #608CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 19.67%
G = 28.69%
B = 51.64%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#608CFC (or 0x608CFC) is known color: Cornflower Blue. HEX triplet: 60, 8C and FC. RGB value is (96,140,252). Sum of RGB (Red+Green+Blue) = 96+140+252=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #608CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CFC is #9F7303. Grayscale: #8B8B8B. Windows color (decimal): -10449668 or 16551008. OLE color: 16551008.

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

Color convert

RGB 96 140 252 -
CMYK 0.62 0.44 0 0.01
HSL 223.08º 0.96% 0.68% -
HSV(B) 223.08º 0.62% 0.99% -
XYZ 31.77 28.27 95.88 -
YUV 139.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 96 140 252 0.62 0.44 0 0.01 223.08 0.96 0.68
Hex 60 8C FC 3E 2C 0 1 DF 60 44
Octal 140 214 374 76 54 0 1 337 140 104
Binary 1100000 10001100 11111100 111110 101100 0 1 11011111 1100000 1000100

Color Harmonies of #608CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CFC

Black with #608CFC

Text Example


Text Example

White with #608CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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