Html Css Color HEX #6BA8D7 Picton Blue

📋 copy color: '#6BA8D7'

red 107 ◦ green 168 ◦ blue 215

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

Shades of Picton Blue #6BA8D7

Tints of Picton Blue #6BA8D7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.29%

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 21.84%
G = 34.29%
B = 43.88%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BA8D7 (or 0x6BA8D7) is known color: Picton Blue. HEX triplet: 6B, A8 and D7. RGB value is (107,168,215). Sum of RGB (Red+Green+Blue) = 107+168+215=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BA8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA8D7 is #945728. Grayscale: #9A9A9A. Windows color (decimal): -9721641 or 14133355. OLE color: 14133355.

HSL color Cylindrical-coordinate representation of color #6BA8D7: hue angle of 206.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BA8D7 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 168 215 -
CMYK 0.50 0.22 0 0.16
HSL 206.11º 0.57% 0.63% -
HSV(B) 206.11º 0.5% 0.84% -
XYZ 32.33 36.04 69.54 -
YUV 155.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 107 168 215 0.50 0.22 0 0.16 206.11 0.57 0.63
Hex 6B A8 D7 32 16 0 10 CE 39 3F
Octal 153 250 327 62 26 0 20 316 71 77
Binary 1101011 10101000 11010111 110010 10110 0 10000 11001110 111001 111111

Color Harmonies of #6BA8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA8D7

Black with #6BA8D7

Text Example


Text Example

White with #6BA8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,168,215); }

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

background-color css

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

 a { background-color: rgb(107,168,215); }

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

border-color css

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

 span { border-color: rgb(107,168,215); }

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