Html Css Color HEX #6AA6CE Picton Blue

📋 copy color: '#6AA6CE'

red 106 ◦ green 166 ◦ blue 206

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

Shades of Picton Blue #6AA6CE

Tints of Picton Blue #6AA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

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

R = 22.18%
G = 34.73%
B = 43.1%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AA6CE (or 0x6AA6CE) is known color: Picton Blue. HEX triplet: 6A, A6 and CE. RGB value is (106,166,206). Sum of RGB (Red+Green+Blue) = 106+166+206=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA6CE is #955931. Grayscale: #989898. Windows color (decimal): -9787698 or 13543018. OLE color: 13543018.

HSL color Cylindrical-coordinate representation of color #6AA6CE: hue angle of 204º 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 #6AA6CE is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 166 206 -
CMYK 0.49 0.19 0 0.19
HSL 204º 0.51% 0.61% -
HSV(B) 204º 0.49% 0.81% -
XYZ 30.72 34.79 63.49 -
YUV 152.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 106 166 206 0.49 0.19 0 0.19 204 0.51 0.61
Hex 6A A6 CE 31 13 0 13 CC 33 3D
Octal 152 246 316 61 23 0 23 314 63 75
Binary 1101010 10100110 11001110 110001 10011 0 10011 11001100 110011 111101

Color Harmonies of #6AA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA6CE

Black with #6AA6CE

Text Example


Text Example

White with #6AA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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