Html Css Color HEX #6AAACE Picton Blue

📋 copy color: '#6AAACE'

red 106 ◦ green 170 ◦ blue 206

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

Shades of Picton Blue #6AAACE

Tints of Picton Blue #6AAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 21.99%
G = 35.27%
B = 42.74%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AAACE (or 0x6AAACE) is known color: Picton Blue. HEX triplet: 6A, AA and CE. RGB value is (106,170,206). Sum of RGB (Red+Green+Blue) = 106+170+206=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAACE is #955531. Grayscale: #9A9A9A. Windows color (decimal): -9786674 or 13544042. OLE color: 13544042.

HSL color Cylindrical-coordinate representation of color #6AAACE: hue angle of 201.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AAACE is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 170 206 -
CMYK 0.49 0.17 0 0.19
HSL 201.6º 0.51% 0.61% -
HSV(B) 201.6º 0.49% 0.81% -
XYZ 31.46 36.27 63.74 -
YUV 154.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 106 170 206 0.49 0.17 0 0.19 201.6 0.51 0.61
Hex 6A AA CE 31 11 0 13 CA 33 3D
Octal 152 252 316 61 21 0 23 312 63 75
Binary 1101010 10101010 11001110 110001 10001 0 10011 11001010 110011 111101

Color Harmonies of #6AAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAACE

Black with #6AAACE

Text Example


Text Example

White with #6AAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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