Html Css Color HEX #6BAAEB Jordy Blue

📋 copy color: '#6BAAEB'

red 107 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #6BAAEB

Tints of Jordy Blue #6BAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 20.9%
G = 33.2%
B = 45.9%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BAAEB (or 0x6BAAEB) is known color: Jordy Blue. HEX triplet: 6B, AA and EB. RGB value is (107,170,235). Sum of RGB (Red+Green+Blue) = 107+170+235=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAEB is #945514. Grayscale: #9E9E9E. Windows color (decimal): -9721109 or 15444587. OLE color: 15444587.

HSL color Cylindrical-coordinate representation of color #6BAAEB: hue angle of 210.47º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAAEB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 170 235 -
CMYK 0.54 0.28 0 0.08
HSL 210.47º 0.76% 0.67% -
HSV(B) 210.47º 0.54% 0.92% -
XYZ 35.43 37.87 84.04 -
YUV 158.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 107 170 235 0.54 0.28 0 0.08 210.47 0.76 0.67
Hex 6B AA EB 36 1C 0 8 D2 4C 43
Octal 153 252 353 66 34 0 10 322 114 103
Binary 1101011 10101010 11101011 110110 11100 0 1000 11010010 1001100 1000011

Color Harmonies of #6BAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAEB

Black with #6BAAEB

Text Example


Text Example

White with #6BAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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