Html Css Color HEX #607BDC Cornflower Blue

📋 copy color: '#607BDC'

red 96 ◦ green 123 ◦ blue 220

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

Shades of Cornflower Blue #607BDC

Tints of Cornflower Blue #607BDC

RGB

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

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

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

R = 21.87%
G = 28.02%
B = 50.11%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#607BDC (or 0x607BDC) is known color: Cornflower Blue. HEX triplet: 60, 7B and DC. RGB value is (96,123,220). Sum of RGB (Red+Green+Blue) = 96+123+220=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #607BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BDC is #9F8423. Grayscale: #7D7D7D. Windows color (decimal): -10454052 or 14449504. OLE color: 14449504.

HSL color Cylindrical-coordinate representation of color #607BDC: hue angle of 226.94º 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 #607BDC is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 123 220 -
CMYK 0.56 0.44 0 0.14
HSL 226.94º 0.64% 0.62% -
HSV(B) 226.94º 0.56% 0.86% -
XYZ 24.83 21.82 70.61 -
YUV 125.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 96 123 220 0.56 0.44 0 0.14 226.94 0.64 0.62
Hex 60 7B DC 38 2C 0 E E3 40 3E
Octal 140 173 334 70 54 0 16 343 100 76
Binary 1100000 1111011 11011100 111000 101100 0 1110 11100011 1000000 111110

Color Harmonies of #607BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BDC

Black with #607BDC

Text Example


Text Example

White with #607BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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