Html Css Color HEX #6BA9CB Picton Blue

📋 copy color: '#6BA9CB'

red 107 ◦ green 169 ◦ blue 203

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

Shades of Picton Blue #6BA9CB

Tints of Picton Blue #6BA9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 22.34%
G = 35.28%
B = 42.38%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BA9CB (or 0x6BA9CB) is known color: Picton Blue. HEX triplet: 6B, A9 and CB. RGB value is (107,169,203). Sum of RGB (Red+Green+Blue) = 107+169+203=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BA9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9CB is #945634. Grayscale: #9A9A9A. Windows color (decimal): -9721397 or 13347179. OLE color: 13347179.

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

Color convert

RGB 107 169 203 -
CMYK 0.47 0.17 0 0.20
HSL 201.25º 0.48% 0.61% -
HSV(B) 201.25º 0.47% 0.8% -
XYZ 31.03 35.81 61.78 -
YUV 154.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 107 169 203 0.47 0.17 0 0.20 201.25 0.48 0.61
Hex 6B A9 CB 2F 11 0 14 C9 30 3D
Octal 153 251 313 57 21 0 24 311 60 75
Binary 1101011 10101001 11001011 101111 10001 0 10100 11001001 110000 111101

Color Harmonies of #6BA9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA9CB

Black with #6BA9CB

Text Example


Text Example

White with #6BA9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,169,203); }

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

background-color css

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

 a { background-color: rgb(107,169,203); }

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

border-color css

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

 span { border-color: rgb(107,169,203); }

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