Html Css Color HEX #607CFB Cornflower Blue

📋 copy color: '#607CFB'

red 96 ◦ green 124 ◦ blue 251

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

Shades of Cornflower Blue #607CFB

Tints of Cornflower Blue #607CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

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

R = 20.38%
G = 26.33%
B = 53.29%

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

#607CFB (or 0x607CFB) is known color: Cornflower Blue. HEX triplet: 60, 7C and FB. RGB value is (96,124,251). Sum of RGB (Red+Green+Blue) = 96+124+251=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #607CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CFB is #9F8304. Grayscale: #818181. Windows color (decimal): -10453765 or 16481376. OLE color: 16481376.

HSL color Cylindrical-coordinate representation of color #607CFB: hue angle of 229.16º 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 #607CFB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 124 251 -
CMYK 0.62 0.51 0 0.02
HSL 229.16º 0.95% 0.68% -
HSV(B) 229.16º 0.62% 0.98% -
XYZ 29.44 23.87 94.32 -
YUV 130.11 196.22 103.67 -
System Red Green Blue C M Y K H S L
Decimal 96 124 251 0.62 0.51 0 0.02 229.16 0.95 0.68
Hex 60 7C FB 3E 33 0 2 E5 5F 44
Octal 140 174 373 76 63 0 2 345 137 104
Binary 1100000 1111100 11111011 111110 110011 0 10 11100101 1011111 1000100

Color Harmonies of #607CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CFB

Black with #607CFB

Text Example


Text Example

White with #607CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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