Html Css Color HEX #607AFB Cornflower Blue

📋 copy color: '#607AFB'

red 96 ◦ green 122 ◦ blue 251

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

Shades of Cornflower Blue #607AFB

Tints of Cornflower Blue #607AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 20.47%
G = 26.01%
B = 53.52%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#607AFB (or 0x607AFB) is known color: Cornflower Blue. HEX triplet: 60, 7A and FB. RGB value is (96,122,251). Sum of RGB (Red+Green+Blue) = 96+122+251=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #607AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AFB is #9F8504. Grayscale: #808080. Windows color (decimal): -10454277 or 16480864. OLE color: 16480864.

HSL color Cylindrical-coordinate representation of color #607AFB: hue angle of 229.94º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607AFB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 122 251 -
CMYK 0.62 0.51 0 0.02
HSL 229.94º 0.95% 0.68% -
HSV(B) 229.94º 0.62% 0.98% -
XYZ 29.2 23.37 94.24 -
YUV 128.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 96 122 251 0.62 0.51 0 0.02 229.94 0.95 0.68
Hex 60 7A FB 3E 33 0 2 E6 5F 44
Octal 140 172 373 76 63 0 2 346 137 104
Binary 1100000 1111010 11111011 111110 110011 0 10 11100110 1011111 1000100

Color Harmonies of #607AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AFB

Black with #607AFB

Text Example


Text Example

White with #607AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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