Html Css Color HEX #607AEF Cornflower Blue

📋 copy color: '#607AEF'

red 96 ◦ green 122 ◦ blue 239

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

Shades of Cornflower Blue #607AEF

Tints of Cornflower Blue #607AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 21.01%
G = 26.7%
B = 52.3%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#607AEF (or 0x607AEF) is known color: Cornflower Blue. HEX triplet: 60, 7A and EF. RGB value is (96,122,239). Sum of RGB (Red+Green+Blue) = 96+122+239=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #607AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AEF is #9F8510. Grayscale: #7F7F7F. Windows color (decimal): -10454289 or 15694432. OLE color: 15694432.

HSL color Cylindrical-coordinate representation of color #607AEF: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607AEF is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 122 239 -
CMYK 0.60 0.49 0 0.06
HSL 229.09º 0.82% 0.66% -
HSV(B) 229.09º 0.6% 0.94% -
XYZ 27.36 22.64 84.59 -
YUV 127.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 96 122 239 0.60 0.49 0 0.06 229.09 0.82 0.66
Hex 60 7A EF 3C 31 0 6 E5 52 42
Octal 140 172 357 74 61 0 6 345 122 102
Binary 1100000 1111010 11101111 111100 110001 0 110 11100101 1010010 1000010

Color Harmonies of #607AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AEF

Black with #607AEF

Text Example


Text Example

White with #607AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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