#608CDA

Color #608CDA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #608CDA

Tints of Cornflower Blue #608CDA

Color information

#608CDA (or 0x608CDA) is unknown color: approx Cornflower Blue. HEX triplet: 60, 8C and DA. RGB value is (96,140,218). Sum of RGB (Red+Green+Blue) = 96+140+218=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #608CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CDA is #9F7325. Grayscale: #878787. Windows color (decimal): -10449702 or 14322784. OLE color: 14322784.

HSL color Cylindrical-coordinate representation of color #608CDA: hue angle of 218.36º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #608CDA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96140218-
CMYK0.560.3600.15
HSL218.36º62.24%61.57%-
HSV(B)218.36º55.96%85.49%-
XYZ26.8626.369.99-
YUV135.74174.4299.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=21.15%
G=30.84%
B=48.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961402180.560.3600.15218.3662.2461.57
Hex608CDA38240Fda3e3e
Octal14021433270440173327676
Binary110000010001100110110101110001001000111111011010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #608CDA;
 }
 .AnyTagClassName
 {
   color: #608CDA;
 }
</style>
background-color css

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

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

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

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

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

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