Html Css Color HEX #6FA6CE Picton Blue

📋 copy color: '#6FA6CE'

red 111 ◦ green 166 ◦ blue 206

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

Shades of Picton Blue #6FA6CE

Tints of Picton Blue #6FA6CE

RGB

 RED value IS 111 (43.75% from 255) = 22.98%

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

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

R = 22.98%
G = 34.37%
B = 42.65%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FA6CE (or 0x6FA6CE) is known color: Picton Blue. HEX triplet: 6F, A6 and CE. RGB value is (111,166,206). Sum of RGB (Red+Green+Blue) = 111+166+206=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA6CE is #905931. Grayscale: #999999. Windows color (decimal): -9460018 or 13543023. OLE color: 13543023.

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

Color convert

RGB 111 166 206 -
CMYK 0.46 0.19 0 0.19
HSL 205.26º 0.49% 0.62% -
HSV(B) 205.26º 0.46% 0.81% -
XYZ 31.33 35.11 63.52 -
YUV 154.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 111 166 206 0.46 0.19 0 0.19 205.26 0.49 0.62
Hex 6F A6 CE 2E 13 0 13 CD 31 3E
Octal 157 246 316 56 23 0 23 315 61 76
Binary 1101111 10100110 11001110 101110 10011 0 10011 11001101 110001 111110

Color Harmonies of #6FA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA6CE

Black with #6FA6CE

Text Example


Text Example

White with #6FA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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