Html Css Color HEX #6AAAFD Cornflower Blue

📋 copy color: '#6AAAFD'

red 106 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #6AAAFD

Tints of Cornflower Blue #6AAAFD

RGB

 RED value IS 106 (41.8% from 255) = 20.04%

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

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

R = 20.04%
G = 32.14%
B = 47.83%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6AAAFD (or 0x6AAAFD) is known color: Cornflower Blue. HEX triplet: 6A, AA and FD. RGB value is (106,170,253). Sum of RGB (Red+Green+Blue) = 106+170+253=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAFD is #955502. Grayscale: #9F9F9F. Windows color (decimal): -9786627 or 16624234. OLE color: 16624234.

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

Color convert

RGB 106 170 253 -
CMYK 0.58 0.33 0 0.01
HSL 213.88º 0.97% 0.7% -
HSV(B) 213.88º 0.58% 0.99% -
XYZ 38.05 38.91 98.43 -
YUV 160.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 106 170 253 0.58 0.33 0 0.01 213.88 0.97 0.7
Hex 6A AA FD 3A 21 0 1 D6 61 46
Octal 152 252 375 72 41 0 1 326 141 106
Binary 1101010 10101010 11111101 111010 100001 0 1 11010110 1100001 1000110

Color Harmonies of #6AAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAAFD

Black with #6AAAFD

Text Example


Text Example

White with #6AAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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