Html Css Color HEX #6FA1CF Picton Blue

📋 copy color: '#6FA1CF'

red 111 ◦ green 161 ◦ blue 207

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

Shades of Picton Blue #6FA1CF

Tints of Picton Blue #6FA1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 23.17%
G = 33.61%
B = 43.22%

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

#6FA1CF (or 0x6FA1CF) is known color: Picton Blue. HEX triplet: 6F, A1 and CF. RGB value is (111,161,207). Sum of RGB (Red+Green+Blue) = 111+161+207=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FA1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA1CF is #905E30. Grayscale: #979797. Windows color (decimal): -9461297 or 13607279. OLE color: 13607279.

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

Color convert

RGB 111 161 207 -
CMYK 0.46 0.22 0 0.19
HSL 208.75º 0.5% 0.62% -
HSV(B) 208.75º 0.46% 0.81% -
XYZ 30.56 33.37 63.86 -
YUV 151.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 111 161 207 0.46 0.22 0 0.19 208.75 0.5 0.62
Hex 6F A1 CF 2E 16 0 13 D1 32 3E
Octal 157 241 317 56 26 0 23 321 62 76
Binary 1101111 10100001 11001111 101110 10110 0 10011 11010001 110010 111110

Color Harmonies of #6FA1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA1CF

Black with #6FA1CF

Text Example


Text Example

White with #6FA1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,207); }

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

background-color css

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

 a { background-color: rgb(111,161,207); }

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

border-color css

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

 span { border-color: rgb(111,161,207); }

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