Html Css Color HEX #607AFF Cornflower Blue

📋 copy color: '#607AFF'

red 96 ◦ green 122 ◦ blue 255

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

Shades of Cornflower Blue #607AFF

Tints of Cornflower Blue #607AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 20.3%
G = 25.79%
B = 53.91%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#607AFF (or 0x607AFF) is known color: Cornflower Blue. HEX triplet: 60, 7A and FF. RGB value is (96,122,255). Sum of RGB (Red+Green+Blue) = 96+122+255=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #607AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AFF is #9F8500. Grayscale: #808080. Windows color (decimal): -10454273 or 16743008. OLE color: 16743008.

HSL color Cylindrical-coordinate representation of color #607AFF: hue angle of 230.19º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607AFF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 122 255 -
CMYK 0.62 0.52 0 0
HSL 230.19º 1% 0.69% -
HSV(B) 230.19º 0.62% 1% -
XYZ 29.83 23.63 97.6 -
YUV 129.39 198.89 104.19 -
System Red Green Blue C M Y K H S L
Decimal 96 122 255 0.62 0.52 0 0 230.19 1 0.69
Hex 60 7A FF 3E 34 0 0 E6 64 45
Octal 140 172 377 76 64 0 0 346 144 105
Binary 1100000 1111010 11111111 111110 110100 0 0 11100110 1100100 1000101

Color Harmonies of #607AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AFF

Black with #607AFF

Text Example


Text Example

White with #607AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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