Html Css Color HEX #6B9DD8 Picton Blue

📋 copy color: '#6B9DD8'

red 107 ◦ green 157 ◦ blue 216

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

Shades of Picton Blue #6B9DD8

Tints of Picton Blue #6B9DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

 BLUE value IS 216 (84.77% from 255) = 45%

R = 22.29%
G = 32.71%
B = 45%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B9DD8 (or 0x6B9DD8) is known color: Picton Blue. HEX triplet: 6B, 9D and D8. RGB value is (107,157,216). Sum of RGB (Red+Green+Blue) = 107+157+216=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B9DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DD8 is #946227. Grayscale: #949494. Windows color (decimal): -9724456 or 14196075. OLE color: 14196075.

HSL color Cylindrical-coordinate representation of color #6B9DD8: hue angle of 212.48º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B9DD8 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 157 216 -
CMYK 0.50 0.27 0 0.15
HSL 212.48º 0.58% 0.63% -
HSV(B) 212.48º 0.5% 0.85% -
XYZ 30.52 32.2 69.57 -
YUV 148.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 107 157 216 0.50 0.27 0 0.15 212.48 0.58 0.63
Hex 6B 9D D8 32 1B 0 F D4 3A 3F
Octal 153 235 330 62 33 0 17 324 72 77
Binary 1101011 10011101 11011000 110010 11011 0 1111 11010100 111010 111111

Color Harmonies of #6B9DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9DD8

Black with #6B9DD8

Text Example


Text Example

White with #6B9DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,157,216); }

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

background-color css

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

 a { background-color: rgb(107,157,216); }

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

border-color css

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

 span { border-color: rgb(107,157,216); }

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