Html Css Color HEX #6B9BCA Picton Blue

📋 copy color: '#6B9BCA'

red 107 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #6B9BCA

Tints of Picton Blue #6B9BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 23.06%
G = 33.41%
B = 43.53%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B9BCA (or 0x6B9BCA) is known color: Picton Blue. HEX triplet: 6B, 9B and CA. RGB value is (107,155,202). Sum of RGB (Red+Green+Blue) = 107+155+202=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BCA is #946435. Grayscale: #919191. Windows color (decimal): -9724982 or 13278059. OLE color: 13278059.

HSL color Cylindrical-coordinate representation of color #6B9BCA: hue angle of 209.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B9BCA is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 155 202 -
CMYK 0.47 0.23 0 0.21
HSL 209.68º 0.47% 0.61% -
HSV(B) 209.68º 0.47% 0.79% -
XYZ 28.45 30.83 60.33 -
YUV 146.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 107 155 202 0.47 0.23 0 0.21 209.68 0.47 0.61
Hex 6B 9B CA 2F 17 0 15 D2 2F 3D
Octal 153 233 312 57 27 0 25 322 57 75
Binary 1101011 10011011 11001010 101111 10111 0 10101 11010010 101111 111101

Color Harmonies of #6B9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9BCA

Black with #6B9BCA

Text Example


Text Example

White with #6B9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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