Html Css Color HEX #6BACEA Jordy Blue

📋 copy color: '#6BACEA'

red 107 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #6BACEA

Tints of Jordy Blue #6BACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

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

R = 20.86%
G = 33.53%
B = 45.61%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BACEA (or 0x6BACEA) is known color: Jordy Blue. HEX triplet: 6B, AC and EA. RGB value is (107,172,234). Sum of RGB (Red+Green+Blue) = 107+172+234=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACEA is #945315. Grayscale: #9F9F9F. Windows color (decimal): -9720598 or 15379563. OLE color: 15379563.

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

Color convert

RGB 107 172 234 -
CMYK 0.54 0.26 0 0.08
HSL 209.29º 0.75% 0.67% -
HSV(B) 209.29º 0.54% 0.92% -
XYZ 35.67 38.57 83.41 -
YUV 159.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 107 172 234 0.54 0.26 0 0.08 209.29 0.75 0.67
Hex 6B AC EA 36 1A 0 8 D1 4B 43
Octal 153 254 352 66 32 0 10 321 113 103
Binary 1101011 10101100 11101010 110110 11010 0 1000 11010001 1001011 1000011

Color Harmonies of #6BACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACEA

Black with #6BACEA

Text Example


Text Example

White with #6BACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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