Html Css Color HEX #6FA2CE Picton Blue

📋 copy color: '#6FA2CE'

red 111 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #6FA2CE

Tints of Picton Blue #6FA2CE

RGB

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

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

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

R = 23.17%
G = 33.82%
B = 43.01%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FA2CE (or 0x6FA2CE) is known color: Picton Blue. HEX triplet: 6F, A2 and CE. RGB value is (111,162,206). Sum of RGB (Red+Green+Blue) = 111+162+206=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2CE is #905D31. Grayscale: #979797. Windows color (decimal): -9461042 or 13541999. OLE color: 13541999.

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

Color convert

RGB 111 162 206 -
CMYK 0.46 0.21 0 0.19
HSL 207.79º 0.49% 0.62% -
HSV(B) 207.79º 0.46% 0.81% -
XYZ 30.62 33.68 63.28 -
YUV 151.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 111 162 206 0.46 0.21 0 0.19 207.79 0.49 0.62
Hex 6F A2 CE 2E 15 0 13 D0 31 3E
Octal 157 242 316 56 25 0 23 320 61 76
Binary 1101111 10100010 11001110 101110 10101 0 10011 11010000 110001 111110

Color Harmonies of #6FA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA2CE

Black with #6FA2CE

Text Example


Text Example

White with #6FA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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