Html Css Color HEX #6BABEA Jordy Blue

📋 copy color: '#6BABEA'

red 107 ◦ green 171 ◦ blue 234

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

Shades of Jordy Blue #6BABEA

Tints of Jordy Blue #6BABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 20.9%
G = 33.4%
B = 45.7%

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

#6BABEA (or 0x6BABEA) is known color: Jordy Blue. HEX triplet: 6B, AB and EA. RGB value is (107,171,234). Sum of RGB (Red+Green+Blue) = 107+171+234=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABEA is #945415. Grayscale: #9E9E9E. Windows color (decimal): -9720854 or 15379307. OLE color: 15379307.

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

Color convert

RGB 107 171 234 -
CMYK 0.54 0.27 0 0.08
HSL 209.76º 0.75% 0.67% -
HSV(B) 209.76º 0.54% 0.92% -
XYZ 35.48 38.19 83.34 -
YUV 159.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 107 171 234 0.54 0.27 0 0.08 209.76 0.75 0.67
Hex 6B AB EA 36 1B 0 8 D2 4B 43
Octal 153 253 352 66 33 0 10 322 113 103
Binary 1101011 10101011 11101010 110110 11011 0 1000 11010010 1001011 1000011

Color Harmonies of #6BABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABEA

Black with #6BABEA

Text Example


Text Example

White with #6BABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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