Html Css Color HEX #6BAADD Jordy Blue

📋 copy color: '#6BAADD'

red 107 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #6BAADD

Tints of Jordy Blue #6BAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 21.49%
G = 34.14%
B = 44.38%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BAADD (or 0x6BAADD) is known color: Jordy Blue. HEX triplet: 6B, AA and DD. RGB value is (107,170,221). Sum of RGB (Red+Green+Blue) = 107+170+221=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAADD is #945522. Grayscale: #9C9C9C. Windows color (decimal): -9721123 or 14527083. OLE color: 14527083.

HSL color Cylindrical-coordinate representation of color #6BAADD: hue angle of 206.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAADD is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 170 221 -
CMYK 0.52 0.23 0 0.13
HSL 206.84º 0.63% 0.64% -
HSV(B) 206.84º 0.52% 0.87% -
XYZ 33.49 37.1 73.8 -
YUV 156.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 107 170 221 0.52 0.23 0 0.13 206.84 0.63 0.64
Hex 6B AA DD 34 17 0 D CF 3F 40
Octal 153 252 335 64 27 0 15 317 77 100
Binary 1101011 10101010 11011101 110100 10111 0 1101 11001111 111111 1000000

Color Harmonies of #6BAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAADD

Black with #6BAADD

Text Example


Text Example

White with #6BAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,221); }

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

background-color css

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

 a { background-color: rgb(107,170,221); }

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

border-color css

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

 span { border-color: rgb(107,170,221); }

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