Html Css Color HEX #6BA6CD Picton Blue

📋 copy color: '#6BA6CD'

red 107 ◦ green 166 ◦ blue 205

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

Shades of Picton Blue #6BA6CD

Tints of Picton Blue #6BA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 22.38%
G = 34.73%
B = 42.89%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BA6CD (or 0x6BA6CD) is known color: Picton Blue. HEX triplet: 6B, A6 and CD. RGB value is (107,166,205). Sum of RGB (Red+Green+Blue) = 107+166+205=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA6CD is #945932. Grayscale: #989898. Windows color (decimal): -9722163 or 13477483. OLE color: 13477483.

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

Color convert

RGB 107 166 205 -
CMYK 0.48 0.19 0 0.20
HSL 203.88º 0.49% 0.61% -
HSV(B) 203.88º 0.48% 0.8% -
XYZ 30.72 34.81 62.86 -
YUV 152.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 107 166 205 0.48 0.19 0 0.20 203.88 0.49 0.61
Hex 6B A6 CD 30 13 0 14 CC 31 3D
Octal 153 246 315 60 23 0 24 314 61 75
Binary 1101011 10100110 11001101 110000 10011 0 10100 11001100 110001 111101

Color Harmonies of #6BA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA6CD

Black with #6BA6CD

Text Example


Text Example

White with #6BA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,166,205); }

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

background-color css

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

 a { background-color: rgb(107,166,205); }

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

border-color css

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

 span { border-color: rgb(107,166,205); }

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