Html Css Color HEX #6B9CCE Picton Blue

📋 copy color: '#6B9CCE'

red 107 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #6B9CCE

Tints of Picton Blue #6B9CCE

RGB

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

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

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

R = 22.81%
G = 33.26%
B = 43.92%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B9CCE (or 0x6B9CCE) is known color: Picton Blue. HEX triplet: 6B, 9C and CE. RGB value is (107,156,206). Sum of RGB (Red+Green+Blue) = 107+156+206=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CCE is #946331. Grayscale: #929292. Windows color (decimal): -9724722 or 13540459. OLE color: 13540459.

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

Color convert

RGB 107 156 206 -
CMYK 0.48 0.24 0 0.19
HSL 210.3º 0.5% 0.61% -
HSV(B) 210.3º 0.48% 0.81% -
XYZ 29.09 31.36 62.91 -
YUV 147.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 107 156 206 0.48 0.24 0 0.19 210.3 0.5 0.61
Hex 6B 9C CE 30 18 0 13 D2 32 3D
Octal 153 234 316 60 30 0 23 322 62 75
Binary 1101011 10011100 11001110 110000 11000 0 10011 11010010 110010 111101

Color Harmonies of #6B9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9CCE

Black with #6B9CCE

Text Example


Text Example

White with #6B9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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