Html Css Color HEX #6AA8FC Cornflower Blue

📋 copy color: '#6AA8FC'

red 106 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #6AA8FC

Tints of Cornflower Blue #6AA8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 20.15%
G = 31.94%
B = 47.91%

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

#6AA8FC (or 0x6AA8FC) is known color: Cornflower Blue. HEX triplet: 6A, A8 and FC. RGB value is (106,168,252). Sum of RGB (Red+Green+Blue) = 106+168+252=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AA8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA8FC is #955703. Grayscale: #9E9E9E. Windows color (decimal): -9787140 or 16558186. OLE color: 16558186.

HSL color Cylindrical-coordinate representation of color #6AA8FC: hue angle of 214.52º degrees, saturation: 0.96, 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 #6AA8FC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 168 252 -
CMYK 0.58 0.33 0 0.01
HSL 214.52º 0.96% 0.7% -
HSV(B) 214.52º 0.58% 0.99% -
XYZ 37.52 38.1 97.47 -
YUV 159.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 106 168 252 0.58 0.33 0 0.01 214.52 0.96 0.7
Hex 6A A8 FC 3A 21 0 1 D7 60 46
Octal 152 250 374 72 41 0 1 327 140 106
Binary 1101010 10101000 11111100 111010 100001 0 1 11010111 1100000 1000110

Color Harmonies of #6AA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA8FC

Black with #6AA8FC

Text Example


Text Example

White with #6AA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,168,252); }

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

background-color css

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

 a { background-color: rgb(106,168,252); }

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

border-color css

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

 span { border-color: rgb(106,168,252); }

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