Html Css Color HEX #607ADE Cornflower Blue

📋 copy color: '#607ADE'

red 96 ◦ green 122 ◦ blue 222

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

Shades of Cornflower Blue #607ADE

Tints of Cornflower Blue #607ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 21.82%
G = 27.73%
B = 50.45%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#607ADE (or 0x607ADE) is known color: Cornflower Blue. HEX triplet: 60, 7A and DE. RGB value is (96,122,222). Sum of RGB (Red+Green+Blue) = 96+122+222=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #607ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ADE is #9F8521. Grayscale: #7D7D7D. Windows color (decimal): -10454306 or 14580320. OLE color: 14580320.

HSL color Cylindrical-coordinate representation of color #607ADE: hue angle of 227.62º degrees, saturation: 0.66, 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 #607ADE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 122 222 -
CMYK 0.57 0.45 0 0.13
HSL 227.62º 0.66% 0.62% -
HSV(B) 227.62º 0.57% 0.87% -
XYZ 24.97 21.68 71.98 -
YUV 125.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 96 122 222 0.57 0.45 0 0.13 227.62 0.66 0.62
Hex 60 7A DE 39 2D 0 D E4 42 3E
Octal 140 172 336 71 55 0 15 344 102 76
Binary 1100000 1111010 11011110 111001 101101 0 1101 11100100 1000010 111110

Color Harmonies of #607ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ADE

Black with #607ADE

Text Example


Text Example

White with #607ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,222); }

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

background-color css

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

 a { background-color: rgb(96,122,222); }

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

border-color css

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

 span { border-color: rgb(96,122,222); }

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