Html Css Color HEX #6BABEB Jordy Blue

📋 copy color: '#6BABEB'

red 107 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #6BABEB

Tints of Jordy Blue #6BABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

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

R = 20.86%
G = 33.33%
B = 45.81%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BABEB (or 0x6BABEB) is known color: Jordy Blue. HEX triplet: 6B, AB and EB. RGB value is (107,171,235). Sum of RGB (Red+Green+Blue) = 107+171+235=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABEB is #945414. Grayscale: #9E9E9E. Windows color (decimal): -9720853 or 15444843. OLE color: 15444843.

HSL color Cylindrical-coordinate representation of color #6BABEB: hue angle of 210º 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 #6BABEB is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 171 235 -
CMYK 0.54 0.27 0 0.08
HSL 210º 0.76% 0.67% -
HSV(B) 210º 0.54% 0.92% -
XYZ 35.62 38.25 84.1 -
YUV 159.16 170.8 90.8 -
System Red Green Blue C M Y K H S L
Decimal 107 171 235 0.54 0.27 0 0.08 210 0.76 0.67
Hex 6B AB EB 36 1B 0 8 D2 4C 43
Octal 153 253 353 66 33 0 10 322 114 103
Binary 1101011 10101011 11101011 110110 11011 0 1000 11010010 1001100 1000011

Color Harmonies of #6BABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABEB

Black with #6BABEB

Text Example


Text Example

White with #6BABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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