Html Css Color HEX #6FA0CE Picton Blue

📋 copy color: '#6FA0CE'

red 111 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #6FA0CE

Tints of Picton Blue #6FA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

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

R = 23.27%
G = 33.54%
B = 43.19%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FA0CE (or 0x6FA0CE) is known color: Picton Blue. HEX triplet: 6F, A0 and CE. RGB value is (111,160,206). Sum of RGB (Red+Green+Blue) = 111+160+206=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FA0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA0CE is #905F31. Grayscale: #969696. Windows color (decimal): -9461554 or 13541487. OLE color: 13541487.

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

Color convert

RGB 111 160 206 -
CMYK 0.46 0.22 0 0.19
HSL 209.05º 0.49% 0.62% -
HSV(B) 209.05º 0.46% 0.81% -
XYZ 30.27 32.98 63.16 -
YUV 150.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 111 160 206 0.46 0.22 0 0.19 209.05 0.49 0.62
Hex 6F A0 CE 2E 16 0 13 D1 31 3E
Octal 157 240 316 56 26 0 23 321 61 76
Binary 1101111 10100000 11001110 101110 10110 0 10011 11010001 110001 111110

Color Harmonies of #6FA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA0CE

Black with #6FA0CE

Text Example


Text Example

White with #6FA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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