Html Css Color HEX #6B9CCC Picton Blue

📋 copy color: '#6B9CCC'

red 107 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #6B9CCC

Tints of Picton Blue #6B9CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 22.91%
G = 33.4%
B = 43.68%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B9CCC (or 0x6B9CCC) is known color: Picton Blue. HEX triplet: 6B, 9C and CC. RGB value is (107,156,204). Sum of RGB (Red+Green+Blue) = 107+156+204=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CCC is #946333. Grayscale: #929292. Windows color (decimal): -9724724 or 13409387. OLE color: 13409387.

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

Color convert

RGB 107 156 204 -
CMYK 0.48 0.24 0 0.2
HSL 209.69º 0.49% 0.61% -
HSV(B) 209.69º 0.48% 0.8% -
XYZ 28.85 31.26 61.64 -
YUV 146.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 107 156 204 0.48 0.24 0 0.2 209.69 0.49 0.61
Hex 6B 9C CC 30 18 0 14 D2 31 3D
Octal 153 234 314 60 30 0 24 322 61 75
Binary 1101011 10011100 11001100 110000 11000 0 10100 11010010 110001 111101

Color Harmonies of #6B9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9CCC

Black with #6B9CCC

Text Example


Text Example

White with #6B9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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