Html Css Color HEX #607FFC Cornflower Blue

📋 copy color: '#607FFC'

red 96 ◦ green 127 ◦ blue 252

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

Shades of Cornflower Blue #607FFC

Tints of Cornflower Blue #607FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.74%

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 20.21%
G = 26.74%
B = 53.05%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#607FFC (or 0x607FFC) is known color: Cornflower Blue. HEX triplet: 60, 7F and FC. RGB value is (96,127,252). Sum of RGB (Red+Green+Blue) = 96+127+252=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #607FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFC is #9F8003. Grayscale: #838383. Windows color (decimal): -10452996 or 16547680. OLE color: 16547680.

HSL color Cylindrical-coordinate representation of color #607FFC: hue angle of 228.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607FFC is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 127 252 -
CMYK 0.62 0.50 0 0.01
HSL 228.08º 0.96% 0.68% -
HSV(B) 228.08º 0.62% 0.99% -
XYZ 29.98 24.69 95.28 -
YUV 131.98 195.73 102.34 -
System Red Green Blue C M Y K H S L
Decimal 96 127 252 0.62 0.50 0 0.01 228.08 0.96 0.68
Hex 60 7F FC 3E 32 0 1 E4 60 44
Octal 140 177 374 76 62 0 1 344 140 104
Binary 1100000 1111111 11111100 111110 110010 0 1 11100100 1100000 1000100

Color Harmonies of #607FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FFC

Black with #607FFC

Text Example


Text Example

White with #607FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,127,252); }

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

background-color css

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

 a { background-color: rgb(96,127,252); }

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

border-color css

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

 span { border-color: rgb(96,127,252); }

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