Html Css Color HEX #6C9FCF Picton Blue

📋 copy color: '#6C9FCF'

red 108 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #6C9FCF

Tints of Picton Blue #6C9FCF

RGB

 RED value IS 108 (42.58% from 255) = 22.78%

 GREEN value IS 159 (62.5% from 255) = 33.54%

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

R = 22.78%
G = 33.54%
B = 43.67%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C9FCF (or 0x6C9FCF) is known color: Picton Blue. HEX triplet: 6C, 9F and CF. RGB value is (108,159,207). Sum of RGB (Red+Green+Blue) = 108+159+207=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C9FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9FCF is #936030. Grayscale: #949494. Windows color (decimal): -9658417 or 13606764. OLE color: 13606764.

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

Color convert

RGB 108 159 207 -
CMYK 0.48 0.23 0 0.19
HSL 209.09º 0.51% 0.62% -
HSV(B) 209.09º 0.48% 0.81% -
XYZ 29.84 32.49 63.73 -
YUV 149.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 108 159 207 0.48 0.23 0 0.19 209.09 0.51 0.62
Hex 6C 9F CF 30 17 0 13 D1 33 3E
Octal 154 237 317 60 27 0 23 321 63 76
Binary 1101100 10011111 11001111 110000 10111 0 10011 11010001 110011 111110

Color Harmonies of #6C9FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9FCF

Black with #6C9FCF

Text Example


Text Example

White with #6C9FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,159,207); }

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

background-color css

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

 a { background-color: rgb(108,159,207); }

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

border-color css

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

 span { border-color: rgb(108,159,207); }

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