Html Css Color HEX #608CDC Cornflower Blue

📋 copy color: '#608CDC'

red 96 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #608CDC

Tints of Cornflower Blue #608CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 21.05%
G = 30.7%
B = 48.25%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#608CDC (or 0x608CDC) is known color: Cornflower Blue. HEX triplet: 60, 8C and DC. RGB value is (96,140,220). Sum of RGB (Red+Green+Blue) = 96+140+220=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #608CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CDC is #9F7323. Grayscale: #878787. Windows color (decimal): -10449700 or 14453856. OLE color: 14453856.

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

Color convert

RGB 96 140 220 -
CMYK 0.56 0.36 0 0.14
HSL 218.71º 0.64% 0.62% -
HSV(B) 218.71º 0.56% 0.86% -
XYZ 27.12 26.41 71.38 -
YUV 135.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 96 140 220 0.56 0.36 0 0.14 218.71 0.64 0.62
Hex 60 8C DC 38 24 0 E DB 40 3E
Octal 140 214 334 70 44 0 16 333 100 76
Binary 1100000 10001100 11011100 111000 100100 0 1110 11011011 1000000 111110

Color Harmonies of #608CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CDC

Black with #608CDC

Text Example


Text Example

White with #608CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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