Html Css Color HEX #6B9BD7 Picton Blue

📋 copy color: '#6B9BD7'

red 107 ◦ green 155 ◦ blue 215

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

Shades of Picton Blue #6B9BD7

Tints of Picton Blue #6B9BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

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

R = 22.43%
G = 32.49%
B = 45.07%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B9BD7 (or 0x6B9BD7) is known color: Picton Blue. HEX triplet: 6B, 9B and D7. RGB value is (107,155,215). Sum of RGB (Red+Green+Blue) = 107+155+215=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B9BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BD7 is #946428. Grayscale: #939393. Windows color (decimal): -9724969 or 14130027. OLE color: 14130027.

HSL color Cylindrical-coordinate representation of color #6B9BD7: hue angle of 213.33º 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 #6B9BD7 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 155 215 -
CMYK 0.50 0.28 0 0.16
HSL 213.33º 0.57% 0.63% -
HSV(B) 213.33º 0.5% 0.84% -
XYZ 30.05 31.47 68.78 -
YUV 147.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 107 155 215 0.50 0.28 0 0.16 213.33 0.57 0.63
Hex 6B 9B D7 32 1C 0 10 D5 39 3F
Octal 153 233 327 62 34 0 20 325 71 77
Binary 1101011 10011011 11010111 110010 11100 0 10000 11010101 111001 111111

Color Harmonies of #6B9BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9BD7

Black with #6B9BD7

Text Example


Text Example

White with #6B9BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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