Html Css Color HEX #6BAAE6 Jordy Blue

📋 copy color: '#6BAAE6'

red 107 ◦ green 170 ◦ blue 230

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

Shades of Jordy Blue #6BAAE6

Tints of Jordy Blue #6BAAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 21.1%
G = 33.53%
B = 45.36%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6BAAE6 (or 0x6BAAE6) is known color: Jordy Blue. HEX triplet: 6B, AA and E6. RGB value is (107,170,230). Sum of RGB (Red+Green+Blue) = 107+170+230=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #6BAAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAE6 is #945519. Grayscale: #9D9D9D. Windows color (decimal): -9721114 or 15116907. OLE color: 15116907.

HSL color Cylindrical-coordinate representation of color #6BAAE6: hue angle of 209.27º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BAAE6 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 107 170 230 -
CMYK 0.53 0.26 0 0.10
HSL 209.27º 0.71% 0.66% -
HSV(B) 209.27º 0.53% 0.9% -
XYZ 34.72 37.59 80.29 -
YUV 158 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 107 170 230 0.53 0.26 0 0.10 209.27 0.71 0.66
Hex 6B AA E6 35 1A 0 A D1 47 42
Octal 153 252 346 65 32 0 12 321 107 102
Binary 1101011 10101010 11100110 110101 11010 0 1010 11010001 1000111 1000010

Color Harmonies of #6BAAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAE6

Black with #6BAAE6

Text Example


Text Example

White with #6BAAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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