Html Css Color HEX #6AA2FF Cornflower Blue

📋 copy color: '#6AA2FF'

red 106 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #6AA2FF

Tints of Cornflower Blue #6AA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

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

R = 20.27%
G = 30.98%
B = 48.76%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6AA2FF (or 0x6AA2FF) is known color: Cornflower Blue. HEX triplet: 6A, A2 and FF. RGB value is (106,162,255). Sum of RGB (Red+Green+Blue) = 106+162+255=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AA2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA2FF is #955D00. Grayscale: #9B9B9B. Windows color (decimal): -9788673 or 16753258. OLE color: 16753258.

HSL color Cylindrical-coordinate representation of color #6AA2FF: hue angle of 217.45º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA2FF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 162 255 -
CMYK 0.58 0.36 0 0
HSL 217.45º 1% 0.71% -
HSV(B) 217.45º 0.58% 1% -
XYZ 36.91 36.12 99.63 -
YUV 155.86 183.95 92.44 -
System Red Green Blue C M Y K H S L
Decimal 106 162 255 0.58 0.36 0 0 217.45 1 0.71
Hex 6A A2 FF 3A 24 0 0 D9 64 47
Octal 152 242 377 72 44 0 0 331 144 107
Binary 1101010 10100010 11111111 111010 100100 0 0 11011001 1100100 1000111

Color Harmonies of #6AA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA2FF

Black with #6AA2FF

Text Example


Text Example

White with #6AA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,162,255); }

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

background-color css

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

 a { background-color: rgb(106,162,255); }

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

border-color css

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

 span { border-color: rgb(106,162,255); }

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