Html Css Color HEX #60A7FF Cornflower Blue

📋 copy color: '#60A7FF'

red 96 ◦ green 167 ◦ blue 255

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

Shades of Cornflower Blue #60A7FF

Tints of Cornflower Blue #60A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

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

R = 18.53%
G = 32.24%
B = 49.23%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60A7FF (or 0x60A7FF) is known color: Cornflower Blue. HEX triplet: 60, A7 and FF. RGB value is (96,167,255). Sum of RGB (Red+Green+Blue) = 96+167+255=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A7FF is #9F5800. Grayscale: #9B9B9B. Windows color (decimal): -10442753 or 16754528. OLE color: 16754528.

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

Color convert

RGB 96 167 255 -
CMYK 0.62 0.35 0 0
HSL 213.21º 1% 0.69% -
HSV(B) 213.21º 0.62% 1% -
XYZ 36.69 37.34 99.88 -
YUV 155.8 183.98 85.34 -
System Red Green Blue C M Y K H S L
Decimal 96 167 255 0.62 0.35 0 0 213.21 1 0.69
Hex 60 A7 FF 3E 23 0 0 D5 64 45
Octal 140 247 377 76 43 0 0 325 144 105
Binary 1100000 10100111 11111111 111110 100011 0 0 11010101 1100100 1000101

Color Harmonies of #60A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A7FF

Black with #60A7FF

Text Example


Text Example

White with #60A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A7FF; }

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

 H1.HeaderClassName
 {
   color: #60A7FF;
 }
 .AnyTagClassName
 {
   color: #60A7FF;
 }
</style>

background-color css

<style>
 a { background-color: #60A7FF; }

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

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

border-color css

<style>
 span { border-color: #60A7FF; }

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

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