Html Css Color HEX #607CFF Cornflower Blue

📋 copy color: '#607CFF'

red 96 ◦ green 124 ◦ blue 255

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

Shades of Cornflower Blue #607CFF

Tints of Cornflower Blue #607CFF

RGB

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

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

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

R = 20.21%
G = 26.11%
B = 53.68%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#607CFF (or 0x607CFF) is known color: Cornflower Blue. HEX triplet: 60, 7C and FF. RGB value is (96,124,255). Sum of RGB (Red+Green+Blue) = 96+124+255=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #607CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CFF is #9F8300. Grayscale: #828282. Windows color (decimal): -10453761 or 16743520. OLE color: 16743520.

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

Color convert

RGB 96 124 255 -
CMYK 0.62 0.51 0 0
HSL 229.43º 1% 0.69% -
HSV(B) 229.43º 0.62% 1% -
XYZ 30.08 24.12 97.68 -
YUV 130.56 198.22 103.35 -
System Red Green Blue C M Y K H S L
Decimal 96 124 255 0.62 0.51 0 0 229.43 1 0.69
Hex 60 7C FF 3E 33 0 0 E5 64 45
Octal 140 174 377 76 63 0 0 345 144 105
Binary 1100000 1111100 11111111 111110 110011 0 0 11100101 1100100 1000101

Color Harmonies of #607CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CFF

Black with #607CFF

Text Example


Text Example

White with #607CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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