Html Css Color HEX #6CAAFD Cornflower Blue

📋 copy color: '#6CAAFD'

red 108 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #6CAAFD

Tints of Cornflower Blue #6CAAFD

RGB

 RED value IS 108 (42.58% from 255) = 20.34%

 GREEN value IS 170 (66.8% from 255) = 32.02%

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

R = 20.34%
G = 32.02%
B = 47.65%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CAAFD (or 0x6CAAFD) is known color: Cornflower Blue. HEX triplet: 6C, AA and FD. RGB value is (108,170,253). Sum of RGB (Red+Green+Blue) = 108+170+253=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAAFD is #935502. Grayscale: #A0A0A0. Windows color (decimal): -9655555 or 16624236. OLE color: 16624236.

HSL color Cylindrical-coordinate representation of color #6CAAFD: hue angle of 214.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CAAFD is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 170 253 -
CMYK 0.57 0.33 0 0.01
HSL 214.34º 0.97% 0.71% -
HSV(B) 214.34º 0.57% 0.99% -
XYZ 38.29 39.03 98.44 -
YUV 160.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 108 170 253 0.57 0.33 0 0.01 214.34 0.97 0.71
Hex 6C AA FD 39 21 0 1 D6 61 47
Octal 154 252 375 71 41 0 1 326 141 107
Binary 1101100 10101010 11111101 111001 100001 0 1 11010110 1100001 1000111

Color Harmonies of #6CAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAAFD

Black with #6CAAFD

Text Example


Text Example

White with #6CAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CAAFD; }

 p { color: rgb(108,170,253); }

 H1.HeaderClassName
 {
   color: #6CAAFD;
 }
 .AnyTagClassName
 {
   color: #6CAAFD;
 }
</style>

background-color css

<style>
 a { background-color: #6CAAFD; }

 a { background-color: rgb(108,170,253); }

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

border-color css

<style>
 span { border-color: #6CAAFD; }

 span { border-color: rgb(108,170,253); }

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