Html Css Color HEX #6B9CCF Picton Blue

📋 copy color: '#6B9CCF'

red 107 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #6B9CCF

Tints of Picton Blue #6B9CCF

RGB

 RED value IS 107 (42.19% from 255) = 22.77%

 GREEN value IS 156 (61.33% from 255) = 33.19%

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

R = 22.77%
G = 33.19%
B = 44.04%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B9CCF (or 0x6B9CCF) is known color: Picton Blue. HEX triplet: 6B, 9C and CF. RGB value is (107,156,207). Sum of RGB (Red+Green+Blue) = 107+156+207=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CCF is #946330. Grayscale: #929292. Windows color (decimal): -9724721 or 13605995. OLE color: 13605995.

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

Color convert

RGB 107 156 207 -
CMYK 0.48 0.25 0 0.19
HSL 210.6º 0.51% 0.62% -
HSV(B) 210.6º 0.48% 0.81% -
XYZ 29.21 31.41 63.55 -
YUV 147.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 107 156 207 0.48 0.25 0 0.19 210.6 0.51 0.62
Hex 6B 9C CF 30 19 0 13 D3 33 3E
Octal 153 234 317 60 31 0 23 323 63 76
Binary 1101011 10011100 11001111 110000 11001 0 10011 11010011 110011 111110

Color Harmonies of #6B9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9CCF

Black with #6B9CCF

Text Example


Text Example

White with #6B9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,207); }

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

background-color css

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

 a { background-color: rgb(107,156,207); }

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

border-color css

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

 span { border-color: rgb(107,156,207); }

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