Html Css Color HEX #608BD7 Cornflower Blue

📋 copy color: '#608BD7'

red 96 ◦ green 139 ◦ blue 215

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

Shades of Cornflower Blue #608BD7

Tints of Cornflower Blue #608BD7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

 BLUE value IS 215 (84.38% from 255) = 47.78%

R = 21.33%
G = 30.89%
B = 47.78%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#608BD7 (or 0x608BD7) is known color: Cornflower Blue. HEX triplet: 60, 8B and D7. RGB value is (96,139,215). Sum of RGB (Red+Green+Blue) = 96+139+215=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #608BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BD7 is #9F7428. Grayscale: #868686. Windows color (decimal): -10449961 or 14125920. OLE color: 14125920.

HSL color Cylindrical-coordinate representation of color #608BD7: hue angle of 218.32º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608BD7 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 139 215 -
CMYK 0.55 0.35 0 0.16
HSL 218.32º 0.6% 0.61% -
HSV(B) 218.32º 0.55% 0.84% -
XYZ 26.32 25.86 67.89 -
YUV 134.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 96 139 215 0.55 0.35 0 0.16 218.32 0.6 0.61
Hex 60 8B D7 37 23 0 10 DA 3C 3D
Octal 140 213 327 67 43 0 20 332 74 75
Binary 1100000 10001011 11010111 110111 100011 0 10000 11011010 111100 111101

Color Harmonies of #608BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BD7

Black with #608BD7

Text Example


Text Example

White with #608BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,215); }

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

background-color css

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

 a { background-color: rgb(96,139,215); }

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

border-color css

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

 span { border-color: rgb(96,139,215); }

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