Html Css Color HEX #607BDD Cornflower Blue

📋 copy color: '#607BDD'

red 96 ◦ green 123 ◦ blue 221

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

Shades of Cornflower Blue #607BDD

Tints of Cornflower Blue #607BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.95%

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 21.82%
G = 27.95%
B = 50.23%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#607BDD (or 0x607BDD) is known color: Cornflower Blue. HEX triplet: 60, 7B and DD. RGB value is (96,123,221). Sum of RGB (Red+Green+Blue) = 96+123+221=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #607BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BDD is #9F8422. Grayscale: #7D7D7D. Windows color (decimal): -10454051 or 14515040. OLE color: 14515040.

HSL color Cylindrical-coordinate representation of color #607BDD: hue angle of 227.04º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607BDD is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 123 221 -
CMYK 0.57 0.44 0 0.13
HSL 227.04º 0.65% 0.62% -
HSV(B) 227.04º 0.57% 0.87% -
XYZ 24.96 21.87 71.31 -
YUV 126.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 96 123 221 0.57 0.44 0 0.13 227.04 0.65 0.62
Hex 60 7B DD 39 2C 0 D E3 41 3E
Octal 140 173 335 71 54 0 15 343 101 76
Binary 1100000 1111011 11011101 111001 101100 0 1101 11100011 1000001 111110

Color Harmonies of #607BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BDD

Black with #607BDD

Text Example


Text Example

White with #607BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607BDD; }

 p { color: rgb(96,123,221); }

 H1.HeaderClassName
 {
   color: #607BDD;
 }
 .AnyTagClassName
 {
   color: #607BDD;
 }
</style>

background-color css

<style>
 a { background-color: #607BDD; }

 a { background-color: rgb(96,123,221); }

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

border-color css

<style>
 span { border-color: #607BDD; }

 span { border-color: rgb(96,123,221); }

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