Html Css Color HEX #6FA3CF Picton Blue

📋 copy color: '#6FA3CF'

red 111 ◦ green 163 ◦ blue 207

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

Shades of Picton Blue #6FA3CF

Tints of Picton Blue #6FA3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

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

R = 23.08%
G = 33.89%
B = 43.04%

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

#6FA3CF (or 0x6FA3CF) is known color: Picton Blue. HEX triplet: 6F, A3 and CF. RGB value is (111,163,207). Sum of RGB (Red+Green+Blue) = 111+163+207=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FA3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA3CF is #905C30. Grayscale: #989898. Windows color (decimal): -9460785 or 13607791. OLE color: 13607791.

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

Color convert

RGB 111 163 207 -
CMYK 0.46 0.21 0 0.19
HSL 207.5º 0.5% 0.62% -
HSV(B) 207.5º 0.46% 0.81% -
XYZ 30.92 34.08 63.98 -
YUV 152.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 111 163 207 0.46 0.21 0 0.19 207.5 0.5 0.62
Hex 6F A3 CF 2E 15 0 13 D0 32 3E
Octal 157 243 317 56 25 0 23 320 62 76
Binary 1101111 10100011 11001111 101110 10101 0 10011 11010000 110010 111110

Color Harmonies of #6FA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA3CF

Black with #6FA3CF

Text Example


Text Example

White with #6FA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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