Html Css Color HEX #60A1FD Cornflower Blue

📋 copy color: '#60A1FD'

red 96 ◦ green 161 ◦ blue 253

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

Shades of Cornflower Blue #60A1FD

Tints of Cornflower Blue #60A1FD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 18.82%
G = 31.57%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60A1FD (or 0x60A1FD) is known color: Cornflower Blue. HEX triplet: 60, A1 and FD. RGB value is (96,161,253). Sum of RGB (Red+Green+Blue) = 96+161+253=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #60A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A1FD is #9F5E02. Grayscale: #979797. Windows color (decimal): -10444291 or 16621920. OLE color: 16621920.

HSL color Cylindrical-coordinate representation of color #60A1FD: hue angle of 215.16º degrees, saturation: 0.98, 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 #60A1FD is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 161 253 -
CMYK 0.62 0.36 0 0.01
HSL 215.16º 0.98% 0.68% -
HSV(B) 215.16º 0.62% 0.99% -
XYZ 35.3 35.07 97.84 -
YUV 152.05 184.97 88.02 -
System Red Green Blue C M Y K H S L
Decimal 96 161 253 0.62 0.36 0 0.01 215.16 0.98 0.68
Hex 60 A1 FD 3E 24 0 1 D7 62 44
Octal 140 241 375 76 44 0 1 327 142 104
Binary 1100000 10100001 11111101 111110 100100 0 1 11010111 1100010 1000100

Color Harmonies of #60A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1FD

Black with #60A1FD

Text Example


Text Example

White with #60A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,161,253); }

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

background-color css

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

 a { background-color: rgb(96,161,253); }

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

border-color css

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

 span { border-color: rgb(96,161,253); }

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